x86 hvm cpuid: fix some problem with the hvm's cpuid configuration.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 1 May 2008 15:08:36 +0000 (16:08 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 1 May 2008 15:08:36 +0000 (16:08 +0100)
commit1d45c8ef8c7f34aa117b5377368608fa02f73c87
tree900317fd85161b7b481d836400e420c1f89677f0
parent2608f924e4f35ae59e84a29008a004e6fd53f909
x86 hvm cpuid: fix some problem with the hvm's cpuid configuration.

  - When we overwrite a cpuid's input, apply the default policy
    for the other registers.
  - For the python binding, get unsigned long instead long.
  - Fix the multiple inputs cpuid's configuration parsing.

Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com>
tools/libxc/xc_cpuid_x86.c
tools/python/xen/lowlevel/xc/xc.c
tools/python/xen/xm/create.py